adrian26v2
Members-
Content Count
35 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by adrian26v2
-
Utility [Added Feature] jTynne's @go Command Alternative (.TXT Format!)
adrian26v2 replied to jTynne's topic in Utility Releases
hi is there an update for not bypassing the mapflag nowarpto and nowarp Thankyou if(player is at guild_vs5) { disable gobind ?? }- 14 replies
-
- bind command
- @go
-
(and 2 more)
Tagged with:
-
i want to make all forge item is still slotted example blade[4] after forging Very Very Very Strong Fire Blade[4] you can still equip a card there
-
sir emistry thankyou for this sir can you set it every 3hours before the npc can show again ?
-
help to make this script every 3-hours NPC will be available again Broadcast if the room is available, to notify the players if the summon room is already available. Requirements to Summon Thanatos are the 4 Fragments: Agony, Despair, Sorrow, Hatred. Only 1 player can enter. help me please
-
That error means ,on that file, line 9, there's some constant(var) used which is not defined and cannot get value of it(thus nil), and it cannot assign nil to anything. sir can you give a link of latest luafiles514 ?
-
i added sprEdit on my grf. and convert lua to lub i also tried lua on it but nothing happen
-
where can i change the facebook link at ratemyserver link?
- 206 replies
-
- control panel
- flux
-
(and 1 more)
Tagged with:
-
my server is 99/70 with 99 int = 296 + 500 matk no items on equip how to fix this??
-
hi how can i make a new user in phpmyadmin and they can't see the other tables for example user1: have a ragnarok table then i create "user2" using my root account then after i create "user2 account" i want user2 account to don't see the user1: tables and also the root table's thankyou!
-
how to translate this to itemdb of hercules
adrian26v2 replied to adrian26v2's question in Script Support
can you give me the main script sir THANKS why its not working the changebase class; <"changebase 4060;"> <"changebase Class;"> <"bonus bAllStats,150000;"> -
how to translate this to itemdb of hercules
adrian26v2 replied to adrian26v2's question in Script Support
can you give me the main script sir THANKS -
how to translate this to itemdb of hercules changebase roclass(eaclass()|EAJL_THIRD); changebase Class; here is the original topic : https://rathena.org/board/topic/65109-3rd-job-suit-item/
-
thanks it works now Muaaah :*
-
npc/guild/agit_main.txt announce " WOW!! " + strcharinfo(0) + ", conquered [" + getcastlename(strnpcinfo(2)) + "] castle for [" + getguildname(.@GID) + "] guild!",bc_all|bc_woe; Help why its not broadcasting the player who broke emperium
-
how to disable 4 seconds delay on ygg berry??? where i can find it
-
party vs party (blue team v.s. red team)
adrian26v2 replied to Takumirai's topic in PvP, WoE, GvG, & Battleground Releases
FIXED rename all the "GetPartyName" to small letters"getpartyname" -
party vs party (blue team v.s. red team)
adrian26v2 replied to Takumirai's topic in PvP, WoE, GvG, & Battleground Releases
i hadthe same error -
OnPCLoadMapEvent:if( reborncount == 3 prtg_cas03 ){mes "Sorry only reborn 0,1 and 2 are can enter this map"; i have an reborn system on my ro and i want to make if the player have 3 reborn and up he can't enter to prtg_cas03 can anyone help me?
-
Extended Vending System UPDATED rev14395! by Lilith
adrian26v2 replied to quesoph's topic in Source Releases
You can enable or disable the cash / item in file db/item_vending.txt 5.PNG Vending title can be looks like: "[ITEM_ID] name" 2.PNG Version 1.8 preview: 3.PNG db/item_vending.txt Modify your client data files: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt Ragexe 2013 ( haven't tested it with Ragexe 2012 ) System/Iteminfo.lub or System/Iteminfo.lua Update: item_db2.txt should be: Creator: Lilith Modified by: dastgirpojee and quesoph *Warning: It will not work with auto trade persistency. Hercules Rev 14041. Extended Vending System Hercules Rev 14041.patch sir is this ok for revision 14359M?? -
how i can make all monster on ragnarok online droprate is 10% all drop of a monster,miniboss and mvp
-
OnTimer6000:set @minute, @minute + 1;//Check for 1 Minuteif(@minute == 60){ set @minute,0; set .@point_amt, 10; //Points to get every hour (default: 10) set #KAFRAPOINTS, #KAFRAPOINTS + .@point_amt; dispbottom "You received "+.@point_amt+" Kafrapoints by staying ingame for 1 hour"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; set @consecutive_hour, @consecutive_hour + 1; }//Check for 12 hours consecutive if(@consecutive_hour == 12) { set @consecutive_hour,0; set .@cpoint_amt, 50; //Points to get for 12 Consecutive hours (default: 50) set #KAFRAPOINTS, #KAFRAPOINTS + .@cpoint_amt; dispbottom "You receive "+.@cpoint_amt+" Kafrapoints in playing for 12 consecutive hours"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; }stopnpctimer;initnpctimer;end; can anyone convert it the erros was OnTimer
-
yes im using pre-re config but it always missing the stats i buy when i reset my statspoint
-
// Set to yes to use the new stats point table. This includes the cost of each stat point.// NOTE: If you set it as yes, the server'll read statpoint_renewal.txt instead of statpont.txt at startup or reloadpcdb.use_renewal_statpoints: no where can i edit my server like that ?my server is 255/120 and have and stats seller everytime i reset my stats . the stats i buy from stats seller is removing ? how can i fix this thanyou so much!
-
im having error on ResetStatus