botka4aet
Members-
Content Count
57 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by botka4aet
-
1) Yes, emulator = server. No, it doesn't contains all game files. It contains only files for logic and npc translation. If you change logic - you don't change game files. If you add something(eg. custom hat) - you must. Also you can change map(their look) at client side and don't change nothing at server 1.A. Just google "How to change -put here- herc ragnarok" - a lot of guides 2. NPC translation on server side. At client side - skills, items. So you can use any client but copy some files from bRO. High % that you must create own .exe file for your server 3. No
-
Use normal grf editor
-
https://github.com/Samuel23/hercules/blob/master/npc/custom/admin/vip.txt
-
Looks like wrong server settings
- 403 replies
-
- ragnarok test server
- your home server
-
(and 3 more)
Tagged with:
-
Check your current msg and search in msgstringtable(client side)
-
Yes, just don't check mob id for reward
-
But works will alive?
-
How to create npc give item 24Hours once per character?
botka4aet replied to hadiesyafiq's question in Script Requests
Well. Create new npc. After claiming item add new char var with current time + 24h. If char talk again with npc and if(current time < saved) {gtfo} -
RO Patcher Lite, v4.5.0.1340 - last updated 2024/09/21
botka4aet replied to Ai4rei's topic in Client-Side Releases
Last version. Mirrors added. Same with beta version. -
truncate char_achievements
-
Add Sql table - WOE reward queue "Player ID" - "Reward" After every LogIn script: if (LastLogin > LastRewardDate) close; else { Load rewards for this Player; if (noReward) close; else { givereward; } }
-
4noobs - how to install?
-
1st consolemes "Private DB Room: Rent a room is using invalid item id.", to consolemes "Private DB Room: Rent a room is using invalid item id."; 2nd(according Wolfie) consolemes "Text here"; to consolemes(CONSOLEMES_DEBUG, "Text here");
-
Easy way: - create 2 clients, 2 grf, 2 .ini - 1st client read 1st ini(0=eng.grf) - 2nd client read 2nd ini(0=fr.grf)
-
client 20180621 - crash at skill tab
botka4aet replied to botka4aet's question in Client-Side Support
I did. Mb i download it with error <_< Thx anyway -
client 20180621 - crash at skill tab
botka4aet replied to botka4aet's question in Client-Side Support
Thx, it works. Where did i make mistake? -
20180621a exe + Nemo 2019-04-22 Recommended patches + data folder first + ragnarok icon 9 Disable 1rag1 type parameters (Recommended) 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 97 Cancel to Login Window (Recommended) 213 Disable Help Message on Login (Recommended) 244 Disable Cheat Defender Game Guard (Recommended) Updated rdata + data If open skill tab - game crash
-
src/map/skill.c 8453 case 3: // 1000 damage, random armor destroyed { status_fix_damage(src, bl, 1000, 0); clif->damage(src,bl,0,0,1000,0,BDT_NORMAL,0); if( !status->isdead(bl) ) { //---------- int where[] = { EQP_ARMOR, EQP_SHIELD, EQP_HELM, EQP_SHOES, EQP_GARMENT }; //---------- skill->break_equip(bl, where[rnd() % ARRAYLENGTH(where)], 10000, BCT_ENEMY); } } break;
-
So i have strings "Test1", "Test2", "Test3", "Test4" and so on. Any way to get integer from it? 1,2,3,4 Without if (a = "Test1") b := 1; else if (......
-
*npcspeed <speed value>; *npcwalkto <x>,<y>; *npcstop;
-
Nothing changes
-
<address>94.228.192.62</address> if inet <address>10.228.192.207</address> if lan <port>9000</port> I don't think, that i miss something here Trying with 2013-08-07aRagexe_patched and 2014-02-05bRagexe_patched
-
I can connect with vpn(so i in the lan with server) But client still can't find server