Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Mind Explaining what's the problem? (Screenshot's would be more helpful)
-
Yes,they are broken , Gravity sometimes choose broken keys xD Just use NEMO and patch with your custom key, which is not broken
-
Regarding the firewall and ports, it's all right, as I said before with my WAN IP inserted in char.conf and map.conf files I can connect normally, only when I use my NO-IP that is not connecting (myroserver.biz) the two ip's that said are the two places that I insert my public IP in char.conf and map.conf files. The application of NO-IP is properly installed and I am logged in to my account. My NO-IP is working, I can answer when PING using any PC the internet. But when I insert my NO-IP (myroserver.biz) in char.conf and map.conf files, I can not connect to my server. Can you try another name ? Yes, same problem ... The strange thing is that the login server it connects, if I mistake the password message appears incorrect password. But when I enter the correct password it fails to connect to char server. Mind showing the configuration files (char-server.conf and map-server.conf)
- 14 replies
-
The ROClientside Repo is just translation, you still need kRO data.grf for textures so downloading kRO would solve (all) the problem
-
[Download Problem] Hurcules Trunk !
Dastgir replied to Jehad Malek's question in General Server Support
http://herc.ws/board/topic/152-obtaining-hercules/ ^ This may show you how to. We Use git now, and there's no need of trunk/stable branch. All commits are tested/reviewed before merge, and is near to stable -
This might help: http://herc.ws/board/topic/12796-need-help-on-sql/?hl=%2Bstrict+%2Bmode#entry74093
-
To remove response from /taekwon clif.c: Search /// /taekwon list (ZC_TAEKWON_RANK). /// 0226 { <name>.24B }*10 { <point>.L }*10 void clif_taekwon(struct map_session_data* sd) { int fd; nullpo_retv(sd); fd = sd->fd; WFIFOHEAD(fd,packet_len(0x226)); WFIFOW(fd,0) = 0x226; clif_ranklist_sub(WFIFOP(fd,2), RANKTYPE_TAEKWON); WFIFOSET(fd, packet_len(0x226)); } Replace with /// /taekwon list (ZC_TAEKWON_RANK). /// 0226 { <name>.24B }*10 { <point>.L }*10 void clif_taekwon(struct map_session_data* sd) { return; }
-
bBaseAtk,-negative value; ** Not Working **
Dastgir replied to astralprojection's question in Database Support
case SP_BASE_ATK: if(sd->state.lr_flag != 2) { #ifdef RENEWAL bst->equip_atk += val; #else bonus = bst->batk + val; bst->batk = cap_value(bonus, 0, USHRT_MAX); #endif } In Renewal, it would allow negative value. In PreRenewal, it won't allow negative value, it caps from 0 to 65535 -
nice one what about Annie's plugin? They are coming *soon* Added all 3, check the repo
-
Updated. Included reset Stats Menu, so that your Rebirth Stat's wont vanish.
-
Added 'sellitem2' It is similar to sellitem, but you can define cards and refines in it. Syntax: sellitem2 <Item_ID>,identify,refine,attribute,card1,card2,card3,card4{,price};
-
Updated
-
Auch. This option need to set manual right. How about a thousand of card? So I need to put item id one by one. Any different idea that can be used for detect a card type ? Just loop from 4001-4999, all cards are in that range
-
Update your lua files
-
https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/just-likethis-ro/source-archive.zip
-
We are in ep 14.kRO is currently in ep16.2 I guess that would tell why the differences are there...
-
Rodex is not implemented
-
Many of them are from Aegis(the name Official Servers used internally), however for new items, we don't have aegis, so that's just made similar to the name (and edited a little), such that 2 AegisName shouldn't conflict
-
should be Unique, if it's custom, its upto you to name it..
-
hi. i found this link that provide for Shadow Blacksmith npc. but when i load the npc i cannot see the material needed(null as in pic). can you help me whats wrong here? " /> You don't have Oridecon/Elunium
-
Figure out where npc with OnTouch and vendors are near, mark those cells as novending cells
-
Someone might have to edit simpleROHook to make it compatible with new clients
-
For a second,I thought it's a patcher skin, until I saw the menu on the top.
-
Yes, you can