[MISC] Empyrium - Create you own 'RPG' game [PERMI-SPOUT-REGISTER][1185]

Discussion in 'Inactive/Unsupported Plugins' started by kTrn, Aug 4, 2011.

  1. Clucky, wassilij and muCkk like this.
  2. Salut,
    merci c'est sympa ! Pour le manuel je pense plus à une version texte (pour ne pas avoir à refaire les images)
    Pour les vidéos c'est pareil pour moi je n'ai pas de pc assez puissant, je suis sur netbook.. le strict minimum pour faire tourner minecraft et tester ce que je code.

    edit : j'en profite pour rappeler que mon serveur est dispo pour tester le contenu du mod, au préalable une petite demande de citizen et hop :) + de 80 quêtes et pnjs et deux raids.
    http://katportal.free.fr
     
  3. Offline

    Ethneldryt

    Pour commencer, j'ai besoin de quelques infos sur les fonctions de :

    -Verbose(on/off),
    -hook(on/off),
    -slainmsg(on/off),
    -bedmessage(on/off).
    - et la fonction des news.

    Je sais pas a quoi cela sert, merci
     
  4. - verbose : pour avoir un énorme log dans la console serveur, ca dit tout ce qu'il se passe. faut pas le laisser sur ON quand tout va bien.
    - hook c'est le grapin, on l'active ou non. (on l'utilise avec une ficelle)
    - slainmsg , indique oui ou non si le server annonce la mort d'un joueur
    - bedmsg indique aux autres joueurs qu'on doit se deco / reco quand quelqu'un rentre dans un lit
    - news c'est pour faire passer des messages sur le server ttes les 10 minutes, comme l'url du site du serveur, des event.

    release and fix : <Edit by Moderator: Redacted mediafire url>

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  5. Offline

    mgmmikkel

    Nice update!

    Anyone i noticed he Subplugin "Vendors" What is their funktion, if they sell things i dont know how to use them :p
     
  6. Do you know that SIGN is used to sell / buy items ? it's an old feature.
    Ex pattern :
    r0=Buy : <amount>
    r1=<ItemName> (check http://jd.bukkit.org/doxygen/d7/dd9/namespaceorg_1_1bukkit.html#ab7fa290bb19b9a830362aa88028ec80a)
    r2=Price : <value>
    r3=Key : <value>

    Key is used to validate Vendors.
    With /empy vendors you can set the globalKey (used to generate vendors key) and ask a key for a new Vendor.
    Global key prevent user to cheat and get key by any way. You have to set you own global key ! :)
     
  7. Offline

    mgmmikkel

    You said some posts earlier you plan to implent NPC vendors, i think ill just wait for that to happen ^^
     
  8. planed but not soon, it's not a priority and Sign do the their job ;)

    I want try to play with achievement.
    Add some new achievement as quest reward, and achievement gain by exploring POI (Point of interest).
    POI may be soon a good new features "New POI discovered ! <POI name>."

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  9. Offline

    Ethneldryt

    Re bonjour, juste pour dire que j'avance sur la documentation, j'y suis depuis tout a l'heure et que je fais faire une petite pause.

    J'en profite aussi pour demander si il serait possible d'ajouter un systeme de combat, de blacklist (pour joueurs et monstres) avec les NPC? Par exemple faire des gardiens, boss de donjon qui drop tel objets, ou tuer tel NPC pour finir tel quete, la personnalisation de sa vie aussi, dégâts ect, avec un temps de respawn, si le NPC est un simple donneur de quête, le rendre in tuable aussi par exemple. Voila bon courage :)
     
  10. Faire se déplacer et combattre un pnj c'est assez gourmand.
    Je vais re-étudier la question pour le moment j'étais pas satisfait du coté agréssif de mes Pnjs :)
     
  11. Offline

    mgmmikkel

    I need some help with the Sign Vendor, i dont know what im doing and what im supposed to do,
    I tried pointing at a sign, writing in the sign etc.

    Also, how do i make the vendor useable to all players?

    Oh and the new UI with health and armor = LOVE! :d
     
  12. Offline

    Moovlin

    I'm adding this to my server right now, so if possible can I get added to the list :) Thanks It seems like a great plugin ill see how it compares to essentials
     
  13. Offline

    Ethneldryt

    Ok,

    /empy vendors

    /empy vendors key buy 10 stone 20
    -> Player SELL to SIGN 10 stone for 20 gold
    ->>Now chat systeme show : New key = xxx (exemple : 123)

    Other :

    /empy vendors key sell 5 diamond 200
    -> Player BUY to SIGN 5 diamond for 200 gold
    ->>Now chat systeme show : New key = xxx (exemple : 456)



    Now,

    Place SIGN :

    Line 1 - Buy : 10
    Line 2 - Stone
    Line 3 - Price : 20
    Line 4 - Key : 123

    exemple :
    My gold : 200 and after is 220
    My stone : 100 and after is 90


    Other :

    Line 1 - Sell : 5
    Line 2 - Diamond
    Line 3 - Price : 200
    Line 4 - Key : 456

    exemple :
    My gold : 500 and after is 300
    My diamond : 30 and after is 35


    NB : Player need to be CITIZEN for interaction with SIGN
     
  14. Offline

    mgmmikkel

    I get the error: Invalid Vendor! Please, contact owner.
    Key match failed!
     
  15. Yes

    New (hotfix) release :<Edit by Moderator: Redacted mediafire url>
    Changes :
    2.1.5_2 - FIX ENpc > skin change (bad format)


    Check my new & powerfull friends :p
    i had some skin on my ftp coming from "minecraft-skins.com"
    http://katportal.free.fr/nymph.png , http://katportal.free.fr/arthas.png , ...
    [​IMG]
    [​IMG]
    [​IMG]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  16. Offline

    Ethneldryt

    Oh c'est mignon :)
    Par contre on pourrais pas enlever le [Wfrom] quand les NPC parlent?
    Pourquoi ne pas afficher aussi en bas a droite ou a coter du pseudo(avec la gui spout) l'or dont on dispose?
     
  17. Offline

    mgmmikkel

    Oh that is sweet :O


    But i still dont got a respond to what im doing what :p
     
  18. try to set global key to "1". i think Ethneldryt used this key for exemple.

    edit :
    also connect to "gamma.dedicraft.fr:25635" you will see some exemple near to the spawn.
     
  19. Offline

    mgmmikkel

    is it only CITIZENs who cant use vendor, or CITIZEN and up?
     
  20. - citizen and greater
    check my last post before. (edit)
     
  21. Offline

    mgmmikkel

    I did the exact same as i did before, but it works now, probably miswrote Key or something like that :)_

    Thanks aton, you are very helpful!
     
  22. you are welcome :)
     
  23. Offline

    Moovlin

    Alright once I get it setup Ill send you my server info
     
  24. Offline

    Ethneldryt

    Nouveau bug : si on définit citizen pour les nouveaux utilisateur et qu'on reboot le serveur, ca repasse a GHOST
     
  25. ok je verai ca en rentrant si jamais tu peux modifier le admin.sv dans empySave doit y avoir un parametre du nom de newPlayerStatut de memoire.
     
  26. Offline

    Maverycke

    I can use this plugin just fine, but my players can't use anything, it says GHOST next their names. I added permissions to their group but it still isn't working. Any help would be appreciated.

    Nevermind, I figured it out. Now I don't understand how to change skin though, what's the command?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  27. Offline

    mgmmikkel

    Yea i would like to know that too, i dont quite understand this sentence.

    Skin 'n/a' : $SKIN$ = <url>

    :p?
     
  28. easy when you are editing an npc
    /empy npc new/edit name
    do
    directly
    $SKIN$=your_url

    if url is too long rename and upload it atm.
    also you can edit npc sv file to add your self with notepad

    edit : i do that because Spout chat split sentence if is too long ; Ex: http://myurl/[...]/blabla.png will be split in two row.
    I will do a new thing to set url. I am thinking of to add a new cmd like this :
    /empy npc urlAdd http://blabla1/blabla2
    /empy npc urlAdd /blabla3/blabla4/blabla5
    /empy npc urlAdd /blabla6/myPics.png
    result = http://blabla1/blabla2/blabla3/blabla4/blabla5/blabla6/myPics.png

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  29. Offline

    Maverycke

    Thanks kTrn, but still can't get it to work, my url maybe too long. This is what I'm typing:

    /empy npc edit Pollip $SKIN$=http://www.emptymusings.com/ld.png

    Is that the correct way to do it?

    Also I think your new urlAdd might be a tad easier.
     
  30. hi,
    you wrote the wrong cmd, actually you have to do :
    first step , edit your npc (it will be flag as EDIT) : /empy npc edit Pollip
    second step , do $SKIN$=http://www.emptymusings.com/ld.png
    length should be fine

    i'am working on the new cmd.
     
    Maverycke likes this.
  31. Offline

    Maverycke

    Aha! That worked, thank you so much! :)
     

Share This Page