Jump to content

NakedWolf

Members
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NakedWolf

  1. Since trunk r12264 you can alternatively use "cashshop" in place of "shop" to use the Cash Shop interface, allowing you to buy items with special points (Currently stored as account vars in global_reg #CASHPOINTS and #KAFRAPOINTS.) This type of shop will not allow you to sell items at it, you may only purchase items here. The layout used to define sale items still count, and "<price>" refers to how many points will be spent purchasing the them. Is this what you looking for ?
  2. I dont think its possible to duel client Either you can disable multiple clients by using NEMO diff Or You need to buy shield like gpard where you have the option to limitize clients for players n gm/admin Also gpard as cool feature. Contact "functor" He sell the gpard shield
  3. check if you are using the latest rAthena and also check all your codes if you have pasted it coz i just added them they compile with out any error
  4. @Secrets thank you for fast replay realy appreciate it Btw secrets can i message you prvt ?is it okie ?
  5. @SecretsBut is there way to fix this coz even i have the same warning when i compile on map server
  6. Thank you so much and its working perfectly the stuck after canceling skill working fine with out any errors.
  7. @Easycore after if you launch the vending skill and decide not to do anything and hit cancel your character will freeze in place and will not move until you re-log. how to fix this.
  8. hello sir @pajodex i was trying to use your script but i am getting a error on my console can you please check on it ,it will be really help full i have added the error pic attached. Please Help thank you.
  9. can some one or help me its giving error on console and not able to click the npc i have attached the error pic using 1.3c version http://upaste.me/1b3249619f23c7755 i fixed this error by changing from ++.@i to .@i++ but then i get a diffrent error like this [Error]: script:bg_get_data: unknown data identifier 1 when even i capture the flag and it not giving reward
  10. @Tio Akima can you explain us how you made it work with spr and act file it would be help full thank you
  11. hello sir am using a 2015 version of rAthena and the script triggers every 30 min but the announcement and the monsters are not spam on the map it just lets me join the event but nothing happens is it possible you could help on this
  12. am not able to message you why ? i would like know some details about gepard

    1. NakedWolf

      NakedWolf

      i wold like to know about the price details

  13. thank for your replay i just replaced it patch with the same file name thats fixed my problem
  14. is it possible to delete a whole folder in client directory ? for example if i want to delete the folder named System in cilent directory not inside grf if its possible please let me know how to do it please let me know thank you it will help a lot
  15. Add the NPC monster p[.@dupid] = strmobinfo(4,1906); <<<<---over here as i changed it here " monster strnpcinfo(4),.@d[UNPC_X],.@d[UNPC_Y],"Punching Bag",1906,1,strnpcinfo(0)+"::OnMyMobDead"; <<<----- and here
  16. now its working fine its the item info file which i had before was having problem then i downloaded a new one and it worked fine
  17. thank you that worked really well and can any one provide me the script that gives full hp after killing a person in pvp (player1 kills player2 and players 1 gets healed) for the above script
  18. How to add announcer for this script(when a players enters the pvp room) prontera,162,190,4 script PvP Warper 651,{ mes .Npc_Name$; mes "Hello!"; switch(select("Free For All PvP:Party PvP:1v1 PvP")) { next; mes .Npc_Name$; case 1: mes "Goodluck!"; specialeffect2 EF_EARTHSPIKE; specialeffect2 EF_DEVIL; specialeffect2 EF_COIN; specialeffect2 EF_SIGHTRASHER; sleep2 1000; warp .Map$[0],0,0; close; break; case 2: if( strcharinfo(1) == "" ) { mes "You must have a party in order to enter!"; close; } mes "Goodluck!"; warp .Map$[1],0,0; specialeffect2 EF_EARTHSPIKE; specialeffect2 EF_DEVIL; specialeffect2 EF_COIN; specialeffect2 EF_SIGHTRASHER; sleep2 1000; close; break; case 3: if(getmapusers(.Map$[2]) > 1) { mes "There are people fighting in this map!"; close; } mes "Goodluck!"; specialeffect2 EF_EARTHSPIKE; specialeffect2 EF_DEVIL; specialeffect2 EF_COIN; specialeffect2 EF_SIGHTRASHER; sleep2 1000; warp .Map$[2],0,0; close; break; } end; OnInit: .Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]"; setarray .Map$[0],"guild_vs2","guild_vs3","guild_vs1"; end; } //-------exitnpc---free for all guild_vs2,93,50,3 script PvP Exit#0 497,{ // ============================================================== set .@n$,"^0000FF[ PvP Exit ]^000000"; // ============================================================== mes .@n$; mes "PvP exit ??"; next; switch(select("Yes!:No!")) { case 1: warp "prontera",156,191; close; case 2: mes .@n$; mes "Okay bye!"; close; } }
  19. is it possible just remove the item alone instead of removing all equips when more than 1 or 2 is equips
  20. How to add bowling bash skill for high priest as platinum skill(do the quest to earn the skill)
  21. am using a script and i have attached it below every thing works fine but am not able to see the Player ranking it is blank and on my console i get an message debug i get errors is it possible to fix? pvppoints.txt
×
×
  • Create New...