Jump to content

Ice Bear

Members
  • Posts

    166
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Ice Bear

  1. View File - Grand Arena PvP - [FREE RELEASE | DO NOT OWN DO NOT SELL ] Please do not own / do not sell If you need assistance kindly message me here or contact me via my facebook accounts https://www.facebook.com/JRDV8 https://www.facebook.com/profile.php?id=100011583280160 Special Thanks to @GodKnows Jhomz for prodiving me all the files necessary ? Hello again @Syouji i hope this will be good thanks haha i remember my epic upload last time thanks for letting me know about the details. Submitter DaemonSpade Submitted 07/29/2019 Category Maps & 3D Resources Video Content Author DaemonSpade  
  2. Version 1.0.0

    788 downloads

    Please do not own / do not sell If you need assistance kindly message me here or contact me via my facebook accounts https://www.facebook.com/JRDV8 https://www.facebook.com/profile.php?id=100011583280160 Special Thanks to @GodKnows Jhomz for prodiving me all the files necessary ? Hello again @Syouji i hope this will be good thanks haha i remember my epic upload last time thanks for letting me know about the details.
    Free
  3. nice release @Stolao can i request a little additional feaature for the quest. if you may allow about the , previews on hows the hunt is going on in the npc itself not by killing it?
  4. sorry about that sir secret and thanks for selling me one of your script the woe time base rewarder ? thank you emistry ?
  5. ive seen this line if(sd->status.base_level >= 99) base_exp = 0; from this link wondering if this is posible that the variable inside src can be fetch to an npc script? to trigger the toggle if(sd->status.base_level >= 99 && noexp == 1) base_exp = 0; //then the noexp can be set using npc veil,143,38,4 script Exp Lock 105,{ menu "Exp Lock On",EXPON,"Exp Lock Off",EXPOFF; EXPON: set noexp,1; dispbottom "Exp Lock On "+.explock+" "; end; EXPOFF: set noexp,0; dispbottom "Exp Lock Off "+.explock+" "; end; } @goddameit @AnnieRuru @Emistry @Dastgir @pajodex @Secrets@Functor anyone please
  6. is there a way to show critical damage on player vs player mode? the crit only shows in monsters but not with pvp my pvp only shows pure red damages
  7. experiencing this problem too 2015 client
  8. Thanks Mam Annie
  9. @AnnieRuru good day mam annie i want to ask how can we add +1 allstats to @costumeitem produced items? search around rathena and hercules no clue at all. thank you in advance mam annie ?
  10. @Easycore sir can you please help me about this error i just follow the step by step procedure in the latest diff file this error pops thank you in advance sir @Easycore
  11. @DemonChuck a simple thanks to @n0tttt will do buddy ?
  12. @Functor what is your skype?
  13. dead link?
  14. @GodKnows Jhomz
  15. @GodKnows Jhomz
  16. thank you guys for the answers i hope this helps others who want this functions ?
  17. thanks you so much sir ?
  18. wow a better way haha thank you so much sir ?
  19. thanks for encouragement and giving idea sir ?
  20. } else if (isloggedin(.@aid[.@j])) { query_sql("SELECT `name` FROM `char` WHERE `account_id` = '"+.@aid[.@j]+"'"),$leadername$; //get the name using the account id query_sql("SELECT `master` FROM `guild` WHERE `master` = '"+$leadername$+"'"),$guildleader$; //match mastername to name if($leadername$ != $guildleader$){ //if not match reward for member only 501 as example and 502 for guild leader if the name matched getitem 501, 1, .@aid[.@j]; } else { getitem 502, 1, .@aid[.@j]; } message rid2name(.@aid[.@j]),"You have been rewarded for conquering "+getcastlename(.Castles$[.@i])+"."; } solved ? thanks sir @pajodex
  21. yes sir .@aid[.@j] = this line of code shows the account id of the player and strcharinfo(0) is for the character name can i use .@aid[.@j] or the account id to fetch its character id but if the account has many character maybe i fetch(SQL) by online state of the character so i can get the exact character id that ask by the getguildmaster( getcharid(2) ) will this work ? im confused right now
  22. it doesnt work [Error]: buildin_strcharinfo: fatal error ! player not attached! [Debug]: Function: strcharinfo (1 parameter): [Debug]: Data: number value=0
  23. i tried same line of code before it doesnt work [Error]: buildin_strcharinfo: fatal error ! player not attached! [Debug]: Function: strcharinfo (1 parameter): [Debug]: Data: number value=0 this pops out still wondering how the script will check if its guild master without attaching the player maybe i should try more test ? until i find answers
  24. in this line how can i make it divided into two category getitem for guild master only and getitem for members only ? im using two boxes for woe prize guild master box ID 45000 and guild member box ID 45001 i want the system check if the player is a guild master then give the guild master box else if the player is a guild member give the guild member box ? for(set .@k,0; .@k<getarraysize(.Reward); set .@k,.@k+2) getitem .Reward[.@k], .Reward[.@k+1], .@aid[.@j];
  25. is it posible to openmail or openrodex via npc? im using 2017 client
×
×
  • Create New...