Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
tried something like? public function depositCredits($targetAccountID, $credits, $donationAmount = null) { $sql = "SELECT COUNT(account_id) AS accountExists FROM {$this->loginDatabase}.login WHERE account_id = ?"; $sth = $this->connection->getStatement($sql); if (!$sth->execute(array($targetAccountID)) || !$sth->fetch()->accountExists) { return false; // Account doesn't exist. } $creditsTable = Flux::config('FluxTables.CreditsTable'); $fields = 'account_id, key, index, value'; $values = '?, ?, ?, ?'; /*if (!is_null($donationAmount)) { $fields .= ', last_donation_date, last_donation_amount'; $values .= ', NOW(), ?'; }*/ $sql = "INSERT INTO {$this->charMapDatabase}.`acc_reg_num_db` ($fields) VALUES ($values) ON DUPLICATE KEY UPDATE `value`=`value`+?"; $sth = $this->connection->getStatement($sql); $vals = array($targetAccountID, '#CASHPOINTS', 0, $credits, $credits); /*if (!is_null($donationAmount)) { $vals[] = $donationAmount; }*/ return $sth->execute($vals); }
-
You need MySQL , (txt support was dropped years ago)
-
which client? 1) I guess https://github.com/ROClientSide/Translation/tree/master/Data have disband button. 2) If you are using 2012 or older client, it reads idnum2 tables and not iteminfo. (ohh, what did I just read...) you don't need to put iteminfo.lub into grf, but in RO/System/ Folder..
-
Diff with restore login window, and dont diff with use sso login packets(for this you need loki or rolex launcher)
-
Restore Login Window Failed with NEMO Patcher, so maybe use some launcher to launch to client (ROLEX(http://herc.ws/board/topic/930-rolex/) or LOKI(http://herc.ws/board/topic/1070-loki-launcher-last-update-2013-08-19/)). Although I may recommend you to use older client till we have packets for 2013-06-** clients.
-
but the problem is in arquives (.grf) because I can't open the client. Have you diffed the client? can you provide us the link to client you used and the patches that you applied?
-
Or not? If yes I have edit but not work. Should be fixed with https://github.com/HerculesWS/Hercules/commit/36712df4cf1f7fbc1a78eb4a7afee1630fa4c4be Change #define MAX_SKILL_TREE 85 to #define MAX_SKILL_TREE 86 ? Yes. if you have loaded via svn, you can update via "svn up" command or via tortoisesvn..
-
Or not? If yes I have edit but not work. Should be fixed with https://github.com/HerculesWS/Hercules/commit/36712df4cf1f7fbc1a78eb4a7afee1630fa4c4be
-
Also, its expected that client won't work, since we don't have packets for that client..(so you have to extract packets and put in packets.h to use that client) We have packets till client Date: 20140416
-
Change line 98 for(set @k,0; @k if(@map$==getd("$CastelosWoE_"+@i+"_"+@j+"$["+@k+"]")) To for(set @k,0; @k<getarraysize(getd("$CastelosWoE_"+@i+"_"+@j+"$")); @k++) if(@map$==getd("$CastelosWoE_"+@i+"_"+@j+"$["+@k+"]")){ That's the only map-error I see, which would cause script to not load.
-
post that error, so we can be precise in the solution.
-
Where's #0 and #1 from core-dump? and do you have any custom mods?
-
Maybe your client-side is messed? or some mods have changed the appearance or you are using summer job.
-
Missing from kRO's data.grf probably, Cannot find in my data.grf/rdata.grf, patched yesterday..
-
For test, keep the exp rate too high, so that you can ensure its not the server fault.
-
Have you uncommented #define DISABLE_RENEWAL from src/config/renewal.h if not, then it will read db/re/
-
Can you describe more what you mean by code register? and which control panel you using? and guildwar ranking = what type? only showing castle -> GuildName?
-
perhaps, explain the script more so that if nobody knows it, they can try to make it.
-
Get the translated data folder: https://github.com/ROClientSide/Translation/tree/master/Data/
-
error when compiling autoatk but not when compiling hooking
Dastgir replied to Sunzuki's question in Plugin Support
Go to properties of Auraset project. Configuration Properties -> General and from there, change the Platform Toolset. mine is v120(Because Visual Studio 2013 uses v120) every version have different number. -
It is mentioned in first post: Your client must have the "SSO login" enabled. (i suggest R.O.L.e.X : http://herc.ws/b...opic/930-rolex/ as the login system of your choice) You need to have SSO login and must use a launcher.
- 41 replies
-
this is a plugin, which unfortunately is not supported by eA, but you can convert it to source.
-
Uncomment #define DISABLE_RENEWAL from src/config/renewal.h and renewal scripts and formulas will be not used. You can remove the renewal maps from conf/maps.conf and db/map_index.txt and in your job changer(if its job changer, and not quest) disable third class (third class is still there in pre-re database for some purpose). if you are using quests for job change, then nothing to edit in them.
-
Either report to thor patcher topic, or maybe try using other version of thor.