Jump to content

Dolphin86

Members
  • Posts

    757
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Dolphin86

  1. as title this npc currently taking 2 warp ticket for each use i am not sure how did this happen, it should only take 1 ticket per warp service.. fixed by removing delitem since it was called 2x
  2. function Go { if(countitem(40004) < 1) { mes "To use my service you need " +getitemname(40004); close; } delitem 40004,1; set lastwarp$, getarg(0); set lastwarpx, getarg(1,0); set lastwarpy, getarg(2,0); warp getarg(0),getarg(1,0),getarg(2,0); end; }
  3. hye i have this script, which suppose to allow player to use this npc service with requirement of 1 warp ticket, it did allow to warp with the item inside inventory, but it did not delete the item for every time warp.. the plan was 1 ticket per warp service
  4. fixed, i just have to manually add this part to each teleport if(countitem(40004) < 1) { mes "To use my service you need " +getitemname(40004); close; } if there is a better way let me know, whew had to check all the teleport point too ahahaha
  5. thank you for your help sir, i will test it now
  6. As title, i was trying to add item requirement for each and every warp location selected will be needing item 40004 i am using rathena default warper,
  7. As title, i was trying to make player have an option how many item can he exchange, but some what i keep failing, please help? the idea was below: Exchange Script: i was only focus on case 1, since i got stuck there on other case would have same result?
  8. can someone edit this npc so that it will respawn back in the same map instantly and only respawn on walk path area only, and also add special effect refining while progress (mine) and sucsess special effect when get an item, thanks
  9. the script consist 2 part that are needed to be modify, generally this is a mining script that @Emistry created back 2000, Part 1 : pvp here is the original script can someone to modify this as stated below -any player that killed by pvp in that specific map 5% of his 969, 724, 7049 in his inventory goes straight to the attacker inventory, please mark where is the map in the script so that later i can edit and put in my map Part 2 : The Mining Script here is the original script here are the modification list requested: -Generally the minerals / NPC did spawn but they do spawn at un walkable area too, please make it spawn on walkable area only -player can mine at the same npc for the max of 100 times before it will destroy it self and spawn on other location -player can mine at the mineral/npc 100 time by auto, no need to click multiple times -for each gap of 100 mining time there will be 5 second of waiting thanks.. (^___^)/
  10. you meant this file ? rAthena/db/import/item_db.yml ? soo just add NoStorage: Flase ?
  11. problem solved, it was something about vps does not allow communication with paypal, plus it was wrong to host server on the same vps with server website this was also contribute to the error, how did i fix it? no idea i just paid a dev for USD10 for it to solve
  12. hye again thanks for reply, but here is dumb question again, how to put it on my server? i see its diff thingy does that mean i have to use nemo and dif my exe and select this diff?
  13. well for some readon the cash shop does not read same item in the cash shop, which result to this error, i have removed 1 of the same item, and it works fine even i add more items, just need to make sure it is not the same item id that all
  14. As title i would like to change rental item allowed to be store in storage to be use only within all char within same account only, how can i change those?
  15. oke so 1st problem i got is i dont know how does this pull thing work, but as for other part i do understand that i need to setup web server correct? does the web server must to be configure as same as my original server? means server modification and such? again how can i make that pull? even google for hours still dont understand
  16. thanks for the detailed guide will work on it now
  17. as title, after a player donate to server there is no transection log and also player did not get the donation points, here are my aplication.php, and i am also using cloudflare here is my paypal IPN result after trying to donate : Cloud Flare SSL Settings : Flexible the donation went tru but no credits are awarded to donator, and found this Solution but i have no idea how to do so
  18. hye i need help since the default quest reward is not corrected as following This guide have anyone set it up following iro wiki?, mind to share the script?
  19. oke soo this dumb question again, is there a manual dummy prove how to use it?
  20. As title the guild emblem is not showing, i am using 2020-04-01bRagexe, and after google i found HERE guide here is is the solution, the my problem is my server are hosted on vps centos 7 how can i make this happen since the guide was base on windows
  21. i am soo dumb, the patch list was in correct number, skipped 2 and rename to 22 //1 samplepatch.thor 20 binkw32.dll-fix.thor 21 new-opensetup.thor 22 new-opensetup2.thor 23 open-setup3.thor 24 mall-fix.thor
  22. as title, here are the details, thor patcher i am using : Thor my thor configuration : my patcher website main.ini :
  23. as title my group conf /* Player groups configuration file --------------------------------- This file defines "player groups" and their privileges. Each group has its id and name, lists of available commands and other permissions, and a list of other groups it inherits from. Group settings -------------- <id> Unique group number. The only required field. <name> Any string. If empty, defaults to "Group <id>". It is used in several @who commands. <level> Equivalent of GM level, which was used in revisions before r15572. You can set it to any number, but usually it's between 0 (default) and 99. Members of groups with lower level can not perform some actions/commands (like @kick) on members of groups with higher level. It is what script command getgmlevel() returns. Group level can also be used to override trade restrictions (db/item_trade.txt). <commands> A group of settings <command name> : <bool> or <commandname> : [ <bool>, <bool> ] First boolean value is for atcommand, second one for charcommand. If set to true, group can use command. If only atcommand value is provided, false is assumed for charcommand. If a command name is not included, false is assumed for both atcommand and charcommand. For a full list of available commands, see: doc/atcommands.txt. Command names must not be aliases. <log_commands> Boolean value. If true then all commands used by the group will be logged to atcommandlog. If setting is omitted in a group definition, false is assumed. Requires 'log_commands' to be enabled in 'conf/log_athena.conf'. <permissions> A group of settings <permission> : <bool> If a permission is not included, false is assumed. For a full list of available permissions, see: doc/permissions.txt <inherit> A list of group names that given group will inherit commands and permissions from. Group names are case-sensitive. Inheritance results ------------------- Both multiple inheritance (Group 2 -> Group 1 and Group 3 -> Group 1) and recursive inheritance (Group 3 -> Group 2 -> Group 1) are allowed. Inheritance rules should not create cycles (eg Group 1 inherits from Group 2, and Group inherits from Group 1 at the same time). Configuration with cycles is considered faulty and can't be processed fully by server. Command or permission is inherited ONLY if it's not already defined for the group. If group inherits from multiple groups, and the same command or permission is defined for more than one of these groups, it's undefined which one will be inherited. Syntax ------ This config file uses libconfig syntax: http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files Upgrading from revisions before r15572 ------------------------------------- http://rathena.org/board/index.php?showtopic=58877 */ groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { changedress: true resurrect: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true attendance: true rates: true jailtime: iteminfo: true autoloot: true alootid: true noks: true } }, { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 0 commands: { /* informational commands */ commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true whereis: true /* feature commands */ refresh: true noask: true noks: true autoloot: true alootid: true autoloottype: true autotrade: true request: true go: true breakguild: true channel: true langtype: true } permissions: { attendance: false } }, { id: 2 name: "Support" inherit: ( "Super Player" ) level: 1 commands: { version: true where: true jumpto: true who: true who2: true who3: true whomap: true whomap2: true whomap3: true users: true broadcast: true localbroadcast: true } log_commands: true permissions: { receive_requests: true view_equipment: true } }, { id: 3 name: "Script Manager" inherit: ( "Support" ) level: 1 commands: { tonpc: true hidenpc: true shownpc: true loadnpc: true unloadnpc: true npcmove: true addwarp: true } log_commands: true permissions: { any_warp: true } }, { id: 4 name: "Event Manager" inherit: ( "Support" ) level: 1 commands: { monster: true monstersmall: true monsterbig: true killmonster2: true cleanarea: true cleanmap: true item: [true, true] zeny: [true, true] disguise: [true, true] undisguise: [true, true] size: [true, true] raise: true raisemap: true day: true night: true skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true refreshall: true } log_commands: true permissions: { can_trade: false any_warp: true } }, { id: 5 name: "VIP" inherit: ( "Player" ) /* can do everything Players can */ level: 0 commands: { rates: true who: true } permissions: { /* no permissions by default */ } }, { id: 10 name: "Law Enforcement" inherit: ( "Support" ) level: 2 commands: { hide: true follow: true kick: true disguise: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: true cartlist: true itemlist: true stats: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: true view_hpmeter: true } }, { id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due to all_commands: true */ } log_commands: true permissions: { can_trade: true can_party: true command_enable: true all_skill: false all_equipment: false skill_unconditional: false use_check: true use_changemaptype: true all_commands: true channel_admin: true can_trade_bounded: true item_unconditional: false bypass_stat_onclone: true bypass_max_stat: true /* all_permission: true */ } } )
×
×
  • Create New...