Jump to content

HyperSonic2097

Members
  • Content Count

    50
  • Joined

  • Last visited

Everything posted by HyperSonic2097

  1. Hi, i have a little question... For example if I want add/remove x Zeny from player in a script, i write something like this HEALHP: if (Zeny < 1) { //<--this mes "[Wandering Arch Bishop]"; mes "Sorry you do not have enough Zeny!"; mes "Come back when you can affort it."; close; } else { mes "[Wandering Arch Bishop]"; mes "Here you go, back to full Health!"; close2; Zeny -= 1; //<-- this percentheal 100, 0; end; } Ok, my question is: and if i want to use cash points instead of zeny?? What is the correct syntax in that case? thanks in advance
  2. Hi, i have builded a buffer npc, but i need some help. When the buff is activated, the character is stuck on the floor for no reason until the buff effect ends. I have noticed some buffs type with this problem, like skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; and, there is a list of other skilleffect commands anywhere? LV3: skilleffect 384,0; sc_start SC_MELTDOWN,360000,5; skilleffect 383,0; sc_start SC_WINDWALK,360000,5; skilleffect 378,0; sc_start SC_EDP,360000,5; skilleffect 465,0; sc_start SC_KAITE,360000,7; skilleffect 464,0; sc_start SC_KAUPE,360000,3; skilleffect 463,0; sc_start SC_KAAHI,360000,7; skilleffect 462,0; sc_start SC_KAIZEL,360000,7; skilleffect 8,0; sc_start SC_ENDURE,360000,10; skilleffect 33,0; sc_start SC_ANGELUS,360000,10; skilleffect 45,0; sc_start SC_CONCENTRATE,360000,10; skilleffect 74,0; sc_start SC_MAGNIFICAT,360000,5; skilleffect 75,0; sc_start SC_GLORIA,360000,5; skilleffect 459,0; sc_start SC_ADRENALINE2,360000,1; skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5; skilleffect 67,0; sc_start SC_SUFFRAGIUM,360000,3; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; skilleffect 112,0; sc_start SC_WEAPONPERFECTION,360000,10; skilleffect 113,0; sc_start SC_OVERTHRUST,360000,5; skilleffect 114,0; sc_start SC_MAXIMIZEPOWER,360000,5; skilleffect 357,0; sc_start SC_CONCENTRATION,360000,5; skilleffect 355,0; sc_start SC_AURABLADE,360000,5; skilleffect 155,0; sc_start SC_LOUD,360000,1; skilleffect 157,0; sc_start SC_ENERGYCOAT,360000,1; sc_start SC_ASPDPOTION2,360000,0; sc_start SC_STRFood,360000,10; sc_start SC_AGIFood,360000,10; sc_start SC_VITFood,360000,10; sc_start SC_INTFood,360000,10; sc_start SC_DEXFood,360000,10; sc_start SC_LUKFood,360000,10; sc_start SC_HitFood,1200000,30; sc_start SC_FleeFood,1200000,30; sc_start SC_BATKFood,1200000,10; sc_start SC_MATKFood,120000,10; skilleffect 380,0; sc_start SC_TRUESIGHT,360000,5; skilleffect 361,0; sc_start SC_ASSUMPTIO,360000,5; sc_start SC_SOULLINK,240000,5; close; end;
  3. Hi, does anyone know how can I create a NPC that sends a player in a map, and spawn some mobs?. The idea is kill the mobs before the time is up, and if the mission is clear gave to the player some cash points. I saw on some server similar script, that send you in a "clone" map for every player so you will not find a busy map. I just need some for this (or similar script to modify!), the rest I'll do by myself
  4. Oh ok. I'll try to workaround this in other way. Thanks for the reply!
  5. Hi. I have a little problem with a script I wrote. For some reason i need to name npc like einbroch,238,224,4 duplicate(GG_Record_Mark_Main) Einbroch Marker#1-2_uz1 1002 geffen,163,188,3 duplicate(GG_Record_Mark_Main) Geffen Marker#1-2_uz1 1002 glast_01,200,280,0 duplicate(GG_Record_Mark_Main) Glast Heim Marker#1-2_uz1 1002 but for Glast Heim Marker#1-2_uz1 i have this error when I reload the scripts: npc_parsename: Name 'Glast Heim Marker#1-2_uz1 is too long (len=25) in file 'npc/custom/aggiuntivi/mark_warper_markwarper.txt', line 111. Truncating to 24 characters. So I have tried to increase the max npc name characters in src/common/mmo.h in //For character names, title names, guilds, maps, etc. //Includes null-terminator as it is the length of the array. #define NAME_LENGTH (23 + 1) but any value I set insted 23+1 (for example 24+1) when I recompile and launch the server gave me this error: [warning] chrif_parse: session #6, intif ->parse failed (unrecognized command 0x0000). Is there any way for increase npc name characters?
  6. I just used that one for my client, Anyway, my server is renewal, even if it uses maps pre-re for start location. I noticed only first quest is gibberish, the others work fine.
  7. Hi, I have this problem, quest window (alt + u) is all gibberish, but the item description work fine... Any ideas? The problem seems to be only on quest text
  8. Hi, I am a little bit confused about this patcher... Any things I wrote in plist.plt no have effect and the patcher say "no update for your client" This is my rsettings.ini ;KPatcher remote config file ;These three sections also duplicated in embedded configuration file on the case if the patcher will not be able to download the remote file from server. ;Also, it will allow run the patcher game client in the event of unavailability of the remote configuration file. [Settings::Main] ;Server Name ServerName = DREAMFLARE ;Unique identifier of the server is needed to save the data in the PatcherData file. Typically, the server name in capital letters. ServerUID = DREAMFLARE ;File where patcher store own data PatcherData = dreamflare.inf [Settings::Browsers] ;Notice URL NoticeURL = http://dreamflare.net/kpatcher/index.php ;StatusURL = [Settings::Executable] ;Client exe name & exe param to launch NewLogin = 0 AutoStart = 0 ExeName = dreamflare.exe ExeParam = -1rag1 [Settings::PatchServer::Main] ;PatchList URL and name PatchListURL = http://dreamflare.net/kpatcher ;PatchList name PatchListName = plist.plt ;FileServer URL (For Login with passsword use ftp://login:[email protected]/) FileServerURL = http://dreamflare.net/kpatcher/patch ;Server GRF name & patchinfo store Grf = dfdata.grf [Settings::PatchServer::KRO] ;Support for patching the official client. ;Possible values: ;0=Off - Downloads will not occur, the button kroPatches will not be displayed on the form. ;1=Auto - Downloads will take place immediately after the main patch, the button kroPatches will not be displayed on the form. ;2=Manual - Download will take place only after clicking on the button kroPatches, but only after major patches will be downloaded. StartType = 0 ;Full Url to patch list PatchListURL = http://patch.naoro.ru/ ;Patch list name PatchListName = patch_test.txt ;Full Url to patches (For Login with passsword use ftp://login:[email protected]/) FileServerURL = ftp://ragnarok.nowcdn.co.kr:20021/Patch ;Main GRF Grf = data.grf ;Patch number store PatchInfo = patch.inf [Settings::PatchServer::KRORE] ;Support for patching the official Renewal client. ;Possible values: ;0=Off - Downloads will not occur, the button kroREPatches will not be displayed on the form. ;1=Auto - Downloads will take place immediately after the official patch, the button kroREPatches will not be displayed on the form. ;2=Manual - Download will take place only after clicking on the button kroREPatches, but only after major and patches will be downloaded. StartType = 0 ;Full Url to patch list PatchListURL = http://webpatch.ragnarok.co.kr/patch/ ;Patch list name PatchListName = patchRE.txt ;Full Url to patches (For Login with passsword use ftp://login:[email protected]/) FileServerURL = ftp://patcher:[email protected]/kro/ ;Main GRF Grf = rdata.grf ;Patch number store PatchInfo = patchRE.inf And this is my plist.plt //Patch list 1:CDF:cazzone.txt 2:GDF:data\clientinfo.xml 3:ARCH:munnezz.zip
  9. For now, im using data folder for test purposing. Later will build a .grf for my server. Anyway, ./mapcache -rebuild option is not working... It say "unknown option" EDIT: Ok, nevermind, it's ./mapcache --rebuild aaaaand.. it's now working! thanx!! EDIT2: However some maps it's not been found during the rebuild process. It's normal? This is my grf-filex.txt //----------------------------------------- // GRF Files // Add as many as needed. //----------------------------------------- //grf: C:\Program Files\Gravity\RO\rdata.grf //grf: C:\Program Files\Gravity\RO\data.grf grf: /home/hypersonic2097/Documenti/Dreamflare/rdata.grf grf: /home/hypersonic2097/Documenti/Dreamflare/data.grf //----------------------------------------- // Data Directory // Use the base folder, not the data\ path. //----------------------------------------- //data_dir: C:\Program Files\Gravity\RO\ data_dir: /home/hypersonic2097/Documenti/Dreamflare
  10. Uh.. no. But my server run on Debian, there is a equivalent command? EDIT: Ok, ./mapcache is the correct syntax Anyway it doesen't worked... Im still stuck on floor
  11. Hi, i have downloaded the old criatura maps (whitout all is black here), but on iz_ac02 i got stuck and my character doesn't walk...
  12. Hi, for some reasons I have palettes files per classes and gender of different number. For example my novice palette are from 0 to 10, assassin from 0 to 30 and archer from 0 to 50. My question is how I can blackist a range of palettes for specific class and/or gender? In trunk/conf/battle/client.conf I can configure only a generic range valid for all classes and gender // valid range of dye's and styles on the client min_hair_style: 0 max_hair_style: 27 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4 Any way to work on this?
  13. @@Samuel No, the client crashes after login, i can't even select the character! And crashes even if the server are offline instead of returning me the missing connection error
  14. Another trouble... Client crash after login Any suggestion? Only recommended patch + ws2_32.dll hex fix have been applied to exe
  15. Ok thanks! But... Now is there another problem... I have loaded only recommended patch and read data folder first (for some testing, later i will disable this)... Tried various exe (2013-03-13a, 2014-02-05, 2014-04-16a) and nothing changes. I have googled about it, searched in this forum but nothing... This happen only to me? http://herc.ws/board/topic/6714-help-error-in-client/?hl=%2Bgetprocaddress+%2Bsend+%2Bfailed Oh, and I use this data + system (renewal) folder http://herc.ws/board/topic/398-client-translation-project/ ws2_32.dll is present in my system folder, I have tried to move in ragnarok folder but no luck. EDIT: ok ok, nevermind, this seems worked!
  16. Yes it's an open server! Thx Hmm, 2015-05-15 return to a configuration options, and if i try to close or click anything it's reopen until I kill the process Oo I have patched with Nemo. This is the profile... Anyone can help me? 1 Use Tilde for Matk 2 Chat Flood Allow 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 10 Disable 4 Letter Character Name Limit 11 Disable 4 Letter User Name Limit 13 Disable Ragexe Filename Check (Recommended) 15 Disable HShield (Recommended) 16 Disable Swear Filter 17 Enable Official Custom Fonts 19 Enable Title Bar Menu 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box 23 Enable /who command (Recommended) 25 Fix Camera Angles (LESS) 27 HKLM To HKCU 31 Increase Zoom Out 75% 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 37 Read questid2display.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) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 68 Enable 64k Hairstyle 69 Extend Npc Dialog Box 74 Increase Screenshot Quality 77 Enable Custom 3D Bones 84 Remove Serial Display (Recommended) 85 Show Cancel To Service Select 88 Allow space in guild name 90 Enable DNS Support (Recommended) 96 Remove GM Sprites 97 Cancel to Login Window (Recommended) 100 Disable Multiple Windows 101 Skip Friend list Cheat Check 102 Skip Guild Member Cheat Check 201 Enable Custom Homunculus 202 Enable Custom Jobs 203 Enable Custom Shields 205 Enable Monster Tables 209 Enable Mail Box for All LangTypes 213 Disable Help Message on Login (Recommended) 214 Restore Model Culling 218 Show Exp Numbers 219 Always Show Resurrection Button 222 Show Replay Button And if I use only recommended patch I got this:
  17. Hi. Im tryng to make a private server... what's the difference between various ragexe version? what's version is recommended? I know that 's a stupid question, but i can't find any guide or anything for this. Thanks if anyone help me.
  18. Hi, for me still crash when i click file > open... Any solution? EDIT: Ok, seem resolved by installing this version not listed in first post... http://browedit.borf.info/2.0/browedit_r329_497.rar
  19. Back then, in 2 years ago, the developer decide to change their ragexeRE to Ragexe, because they believe its more stable, thats why on 2013+ there are no ragexeRE Thanks for the info ;D
  20. Fixed, but stille continue to say Rejected from server (30)... Anyboy know the meaning of (30) error code?
  21. Hi. I have read many topics, but still no have answer to this... I have hexed 2014-04-16aRagexe.exe with Nemo Patcher (recomended patch). Edited PACKETVER to 20140416 in mmo.h and recompiled. Commented DEFINE ENABLE_PACKETVER_RE I started the server with ./athena-start start (im on Debian), but no log from connected client appear... Thanx if anyone help me. Oh, this is my clientinfo.xml... <?xml version="1.0" encoding="euc-kr" ?><clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <extendedslot /> <connection> <display>DreamFlare Ragnarok</display> <address>dreamflare.net</address> <port>6900</port> <version>20</version> <langtype>0</langtype> <registrationweb>http://dreamflare.net/?module=account&action=create</registrationweb> <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection></clientinfo>
  22. Hi. Sorry for the idiot question, but i am a beginner. Fixed 2014 April client it's ok for a renewal server? Or i have to download a RagexeRE exe? What's the difference between various exe??
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.