quesoph
Members-
Content Count
562 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by quesoph
-
As I remember there was a bug with this mod. It affects script cashshop.
- 29 replies
-
- point shop
- shop
-
(and 6 more)
Tagged with:
-
Hello sir.
-
OnNPCKillEvent: if(killerid==mvpid) {getitem 501,1; // item id, item amountend;}
-
2012 04 24 ragexe Client Error really needed
quesoph replied to Myth's question in Client-Side Support
yup. i already check that Uncheck that. -
status.c case SC_DEEP_SLEEP: sc_def = status->int_*50; tick_def = status->int_*10 + iStatus->get_lv(bl) * 65 / 10; //Seems to be -1 sec every 10 int and -5% chance every 10 int. break; For crystalization(?) not sure case SC_COLD: tick -= (1000*(status->vit/10))+(iStatus->get_lv(bl)/50); break;
-
I think you need to diff your client with Use Normal Guild Brackets.
-
And so I tested it and it should be: ClientEXE='lokiorrocred.exe'ClientParameter='' And yes client parameter is blank. @edit oh crap, the one I posted is for thor. lol. oh well it should work for neoncube also..
-
This is what I use to checkout with svn. https://github.com/HerculesWS/Hercules/trunk Works fine with TortoiseSVN.
-
status.c change this: val1 *= 150; // 150 * skill_lv case SC_EXEEDBREAK: val1 *= 150; // 150 * skill_lv if( sd && sd->inventory_data[sd->equip_index[EQI_HAND_R]] ) { // Chars. val1 += (sd->inventory_data[sd->equip_index[EQI_HAND_R]]->weight/10 * sd->inventory_data[sd->equip_index[EQI_HAND_R]]->wlv * iStatus->get_lv(bl) / 100); val1 += 15 * (sd ? sd->status.job_level:50) + 100; } else // Mobs val1 += (400 * iStatus->get_lv(bl) / 100) + (15 * (iStatus->get_lv(bl) / 2)); // About 1138% at mob_lvl 99. Is an aproximation to a standard weapon. [pakpil] break;
-
Extended Vending System UPDATED rev14395! by Lilith
quesoph replied to quesoph's topic in Source Releases
No I am not sir. battle.conf /*--------------------------------------------------------------* * Enable or disable extended vending system? (Yes / No) * *--------------------------------------------------------------*/extended_vending: yes/*--------------------------------------------------------------* * Show currency's name in vending board? (Yes / No) * *--------------------------------------------------------------*/show_item_vending: yes/*--------------------------------------------------------------* * Show more info about buying? (Yes / No) * *--------------------------------------------------------------*/ex_vending_info: yes/*--------------------------------------------------------------* * Item ID for Zeny. Set to 0 if you don't want use Zeny. * *--------------------------------------------------------------*/item_zeny: 24998/*--------------------------------------------------------------* * Item ID for Cash. Set to 0 if you don't want use Cash. * *--------------------------------------------------------------*/item_cash: 24999 item_vending.txt // Specific items for Vending System// Format: ItemID// Max items is equal MAX_INVENTORY ( 100 by default )// TCG Card7227501502 Mine works fine.. -
Extended Vending System UPDATED rev14395! by Lilith
quesoph replied to quesoph's topic in Source Releases
Tested on revision: 12168 -
why don't you try to change this to loki.exe or rocred.exe //client_file - [Relative Address]//It's GAME EXE not patcher'sclient_file=yourragnarokclient.exe//client_parameter - [Self Explained]client_parameter=-1rag1 haven't tested it yet.
-
Update your msgstringtable.txt
-
How to write down Item Script increase asura strike skill
quesoph replied to madtoyz's question in General Server Support
Yes -
How to write down Item Script increase asura strike skill
quesoph replied to madtoyz's question in General Server Support
bonus2 bSkillAtk,n,x; Increase damage of skill n by x% (supports skill names) -
2013 Ragexe and Diff (Up to date 2013-08-07)
quesoph replied to Shakto's topic in Client-Side Releases
No force send client hash check for 2013-06-05 client ? -
http://herc.ws/board/topic/1337-party-vs-party-again-lol-read-please/ just change the mapflag to guild_vs2<tab>mapflag<tab>gvg
-
Awsome update! @jTynne Thanks for the tip !
-
Gusto kong matuto gumawa ng isang Ragnarok Server .
quesoph replied to pangietfour's question in Server
First thing you have to do is to use google a lot. Click me -
Check your /data/mapnametable.txt
-
More Info
-
Thank you very much for the release. @edit I saw some of the screenshots:
-
forgot to change the getitem part on my first post.
-
+1 Very very useful.
-
See 2nd post.