-
Posts
381 -
Joined
-
Last visited
-
Days Won
28
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by BeWan
-
-
use clean server grf. and try to put palette grf
-
1
-
-
job_db1.txt
// Structure of Database:
//JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HA-
1
-
-
data/texture/effect
check this path. maybe you have custom aura file in your grf. -
post the error message.
-
yes its possible to add VIP status icon.
-
install palettes properly.
-
10 hours ago, 3TAJIOH said:
I tried this. But I can register several times by 1 charachter...
query_sql("SELECT `last_unique_id` FROM `login` WHERE `account_id` = '"+getcharid(3)+"'",.@mac$); for ( .@i = 0; .@i < getarraysize(.last_mac$); .@i++) { if ( .@mac$ == .last_mac$[.@i] ) { dispbottom "Dual Clients are not allowed for Battleground Events."; end; } }
do it on loadmap. so if the characters enter in specific map " BG registration map " you have a script that will validate if there's a dual.
-
1
-
-
20 minutes ago, 3TAJIOH said:
Yes, I Know. Players can use 3 windows. But I need to protect BG.
if you have gepard you can use get unique id
if(limit > 2)
kick or warp maintown -
getmapxy .map_self$, .x_self, .y_self, 0;replace 0; to this BL_PC;
for item map much better to use this
-
1
-
-
-
try to use
getequipid
-
you need to use css for calender or calendar plugins
or html
<input type="date" id="bday" name="bday">
-
1
-
-
this is the error message:
Duplicate column name 'use_existing'
check your cp tables
-
1
-
-
[email protected]$ = strcharinfo(3); if ( getmapflag( [email protected]$,mf_pvp ) ) || getmapflag( [email protected]$,mf_gvg ) { dispbottom [email protected]_command$+" failed in PVP/GVG maps"; end; }-
1
-
-
3 hours ago, cder said:
Sorry but that didn't help me, because this command cannot be used in header.php
style = " margin-left: 500px !important; "
if you dont have knowledge in css, check this website
-
1
-
-
you need to put wav file for gloria skill
-
go to: conf / battle / skill.conf
// Should traps (hunter traps + quagmire) change their target to "all" inside gvg/pvp grounds? (Note 3)
// Default on official servers: 1 (for players)
gvg_traps_target_all: 1
-
1
-
-
3 hours ago, cder said:
Okay, the only .css I found with #logo was ie.css, I tried using this command: "margin-left: 500px! Important;", but it didn't work, any more suggestions?input[type=text], input[type=password], textarea {
font-weight: bold;
}select {
font-size: 8pt;
border: 5px solid #000;
}#logo {
display: block;
margin-left: -500px !important;
}.generic-form-table td input[type=checkbox] {
display: inline-block;
margin-top: 3px;
}ies.css in spoiler
i told you to direct it to the file of the logo.. header.php or etc..
-
1
-
-
it depends on the file. you need to find the path for all css file but you can edit it direct on the file by using the code above
-
1
-
-
@3TAJIOH its working fine on my test server but i will recheck it when i have free time.
-
50000,467,100
use this to allow in cart
-
1 hour ago, cder said:
I put a different image like the fluxcp logo in themes / pattern / img, but I still don't know how you can move that image to another place on the web, let's say that instead of putting it in the upper left corner, I would like to put in the upper right corner or even in the center of the upper corner, how does it work?
you need to edit the css file. or try to put on the code
margin-left: 500px or -500px it depends on location you want
*margin-left: 500px !important;
make sure you put !important to overwrite the css on the logo position-
1
-
-
44 minutes ago, celeron0134 said:
tried the reset menu.. it resets on the NPC.. but when you kill a player it will show the old ranks
and on the ranking can you make it Kills[10] Deaths[9] something like that
you need to update the database name on the script. and you can use my ladder free release script
-

How to put DOTA PVP SQL TABLE?
in Database Support
Posted
all you have to do is paste it in SQL queries.