-
Posts
134 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Ice Bear
-
Requesting Custom Skill High Priest Auto Attack System
Ice Bear replied to itsmeyoe's question in Source Requests
same concern @Naruto i have already perfect the skill my current problem now is how to replicate the skill found out that there is 3 files in SRC that has AM_CANNIBALIZE i have already done doing replication but seems the skill is not working same as the AM CANNIBALIZE AND AM_SPHEREMINE Because i dont want to loose the AM_CANNIBALIZE in the process.... do you have references regarding the locations where to find the code related to those skills @Bringer -
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
- 1 reply
-
- 2
-
-
Version 1.0.0
528 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 -
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?
-
EXP LIMITATION for 99/70 but the max level is 255
Ice Bear replied to Ice Bear's question in Source Support
sorry about that sir secret and thanks for selling me one of your script the woe time base rewarder thank you emistry -
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 @[email protected] anyone please
-
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
-
experiencing this problem too 2015 client
-
Thanks Mam Annie
-
@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
-
@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
-
@DemonChuck a simple thanks to @n0tttt will do buddy
-
@Functor what is your skype?
-
dead link?
-
@GodKnows Jhomz
-
Map-server crash/freeze on pet/homun feed
Ice Bear replied to ArchAngell's question in General Support
@GodKnows Jhomz -
thank you guys for the answers i hope this helps others who want this functions
-
thanks you so much sir
-
wow a better way haha thank you so much sir
-
thanks for encouragement and giving idea sir
-
} else if (isloggedin([email protected][[email protected]])) { query_sql("SELECT `name` FROM `char` WHERE `account_id` = '"[email protected][[email protected]]+"'"),$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, [email protected][[email protected]]; } else { getitem 502, 1, [email protected][[email protected]]; } message rid2name([email protected][[email protected]]),"You have been rewarded for conquering "+getcastlename(.Castles$[[email protected]])+"."; } solved thanks sir @pajodex
-
yes sir [email protected][[email protected]] = this line of code shows the account id of the player and strcharinfo(0) is for the character name can i use [email protected][[email protected]] 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
-
it doesnt work [Error]: buildin_strcharinfo: fatal error ! player not attached! [Debug]: Function: strcharinfo (1 parameter): [Debug]: Data: number value=0
-
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
-
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 [email protected],0; [email protected]<getarraysize(.Reward); set [email protected],[email protected]+2) getitem .Reward[[email protected]], .Reward[[email protected]+1], [email protected][[email protected]];