Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Someone just got trolled now.. @OnTopic, I remember somebody asked them few days ago, they said they were fixing the issues of login(basically updating to next version)
-
Sorry for late reply, but please provide item_db_conversion.log so I can debug that error.
-
You can share your fix here with the community, so that if anyone else have the same error, it will help them fix it.
-
Maybe right click the Black Note HeadPhone(without equipping anything), it might have some error on missing collection image.
-
R> Item Converter from Iteminfo.lua to old .txt formats
Dastgir replied to mybitch's question in Client-Side Requests
sir how to use it ? it cant convert idnum2desctable ,resname and playname table to iteminfo ?>?? help for now , it converts iteminfo to idnum tables. -
function script Test { mes "[Test]"; for(set .@i,1; getd(".@F"+.@i+"[0]"); set .@i,.@i+1) mes ".@F"+.@i+"[0] is exist"; close; OnInit: setarray .@F1[0],30712,1,30711,2; setarray .@F2[0],30713,1,30712,2; end;} missing ", but can't understand what you are trying to do with that for command :? You can always check your script for errors at http://haru.ws/scriptchecker/ or at map-server console
-
Help: Theme Installation (comprehensive guide)
Dastgir replied to Overkill Gaming's question in Website Support
Upload the theme files in "themes/ThemeName/" and edit the file config/application.conf 'ThemeName' => array('ThemeName', 'default', 'emphaino'), If you want to use that theme only, then remove the default and emphaino from the array list. ThemeName is entered first, so that it is set bydefault. -
So if you type "@go 0" it would warp you to Hyrule?, if no then you haven't edited atcommand.c properly. If it does warps, and the problem is relog doesn't save, check if Hyrule have any mapflag called "nosave", if yes, that's the problem.. Or check if your scripts warps you there from the labels "OnPCLoginEvent:" or "OnPCLoadMapEvent:" ... at last, the strangest, but it worked for me years ago, adding the hyrule map entry at mapnametable.txt https://github.com/ROClientSide/Translation/blob/master/Data/mapnametable.txt
-
You can get free trials of VS from Microsoft Site: http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_1 It contains VS 2013 and VS 2010 links.
-
2013-07-03aRagexe MsgStringTable: https://github.com/ROClientSide/Translation/blob/master/Data/MsgString/%5B2013-07-03Ragexe%5Dmsgstringtable.txt
-
You can use TortoiseSVN(you would have to use SVN link for it) For detail procedure about obtaining hercules from msysGit: http://herc.ws/board/topic/152-obtaining-hercules/ For TortoiseSVN, use link as: https://github.com/HerculesWS/Hercules for checkout.
-
You have to download mSysGit: https://github.com/msysgit/msysgit/releases/download/Git-1.9.4-preview20140611/msysGit-netinstall-1.9.4-preview20140611.exe
-
Be sure to have msgstringtable.txt of your date only: https://github.com/ROClientSide/Translation/blob/master/Data/MsgString/%5B2013-08-07Ragexe%5Dmsgstringtable.txt (But unsure, since you said, you and other have same data, and they don't crash..)
-
All NPC or specific NPC? does map-server or other server crash?
-
Need Help on this. Adding Party Members Map Check
Dastgir replied to Hadeszeus's question in Script Support
- script MVPREWARD -1,{OnNPCKillEvent: if ( !getmonsterinfo( killedrid, MOB_MVPEXP ) ) end; if ( getcharid(1) ) { .@mapc$ = strcharinfo(3); getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) { // what happens if someone in the party member is offline =/ if (attachrid($@partymemberaid[.@i])){ if (strcharinfo(3) == .@mapc$){ .@partymemberaid[.@c] = $@partymemberaid[.@i]; .@c++; } } } } getitem 501, 5, .@partymemberaid[ rand( .@c ) ]; announce "Party ["+ strcharinfo(1) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" at "+ strcharinfo(3), 0; } else { getitem 501, 1; //Get Item if KILLER is not in a party. announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" at "+ strcharinfo(3), 0; } end;} This should work. -
can you connect to server via client? If No, then your vps ports are not opened If Yes, then webhost has disabled the outgoing connections to those ports, so contact the webhost,
-
open config/error.php and change this $showExceptions = false; to $showExceptions = true; Then show the error.
-
Updated to Version 1.1, Please download it.
-
and on the map server window there are so many "item no found" errors that I can't even scroll up and check what's wrong near the top. Probably you did a mistake editing item_db, and all item entries beyond that is not been read if using linux you can type ./map-server > map-server.log or in windows open cmd, go to hercules folder, and run map-server > map-server.log and it will save warnings/debug on map-server.log and errors will be displayed on console. so you can get the top error message.
-
It is possible to host FluxCP files remotely from server files. and you can have FluxCP database located at different server too. just configure the FluxCP and show us the error, so we can help you out. Probably you haven't allowed access to remote connection from MySQL.
-
Item_DB is not responsible for showing japanese names. If you are using 2012+ clients, you should use System/itemInfo.lua (ClientSide) for display names and descriptions other clients, use data/idnumitemdescnametable.txt and other idnumtables. Anyways, if you still want item_db.conf, Renewal Item_DB.conf : https://raw.githubusercontent.com/HerculesWS/Hercules/master/db/re/item_db.conf Pre-Renewal Item_DB.conf : https://raw.githubusercontent.com/HerculesWS/Hercules/master/db/pre-re/item_db.conf
-
Get Updated kRO?(Mine didn't crash) AFAIK, 2012+ clients don't read data folder, you have to pack it into GRF
-
item's AegisName is case sensitive, so just do the same as mentioned in your item_db, change Piece_of_Cake to Piece_Of_Cake.
-
How to set exp rate and drop rate!?
Dastgir replied to Ragnar Lothbrok's question in General Server Support
100x = 10000 45x = 4500 -
How to set exp rate and drop rate!?
Dastgir replied to Ragnar Lothbrok's question in General Server Support
For Setting Rates as 1x, you need to set 100 i.e 1x = 100